@media screen and (min-width: 1200px) {
	body {
		width: 100%;
	}
	._body {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		overflow-x: hidden;
		flex-direction: column;
	}
	.dhl {
		width: 1920px;
		background-color: #da3347;
	}
	.dhl_in {
		width: 1200px;
		margin-left: 360px;
		color: white;
		font-size: 18px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.head_ggw {
		margin-top: 20px;
		width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.head_ggw img {
		width: 596px;
		height: 100px;
		margin: 4px 0;
	}
	.jytt {
		width: 1200px;
		margin-top: 50px;
	}
	.jytt_title {
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		line-height: 60px;
		letter-spacing: 2px;
	}
	.jytt_img {
		position: absolute;
		left: -91px;
		top: -10px;
		width: 91px;
	}
	.jytt_content {
		width: 1200px;
		letter-spacing: 1px;
		line-height: 2;
		font-size: 14px;
		text-indent: 2em;
	}
	.jytt_content span {
		color: #da3347;
	}
	.jytt_swiper {
		margin-top: 20px;
		width: 1200px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 10px 10px;
		height: 50px;
		box-sizing: border-box;
		overflow: hidden;
		white-space: nowrap;
		position: relative;
	}
	.jytt_scroll_bar {
		position: absolute;
		left: 0;
		top: 10px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		white-space: nowrap;
	}
	.jytt_scroll_bar div {
		display: inline-block;
		margin-left: 40px;
		color: black;
		transition: all 0.3s;
	}
	.jytt_scroll_bar div:hover {
		color: #da3347;
	}
	.jytt_body {
		margin-top: 40px;
		width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.jytt_swiper_img {
		width: 700px;
		height: 450px;
		overflow: hidden;
		position: relative;
	}
	.jytt_swiper_img_page {
		position: absolute;
		z-index: 10;
		bottom: 60px;
		right: 0;
		width: 700px;
		height: 100px;
		text-align: center;
	}
	.jytt_swiper_img_page_bullet {
		display: inline-block;
		background-color: #f5eadf;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 7px;
	}
	.jytt_swiper_img_page_bullet_active {
		display: inline-block;
		background-color: #f29b76;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		margin: 0 7px;
	}
	.jytt_swiper_img .swiper-slide {
		position: relative;
	}
	.jytt_swiper_img img {
		width: 700px;
		height: 450px;
	}
	.jytt_swiper_img_title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 700px;
		background-color: rgba(0, 0, 0, 0.3);
		color: white;
		text-align: center;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.jytt_right {
		width: 500px;
		height: 450px;
		box-sizing: border-box;
		color: rgba(50, 50, 50, 0.7);
		position: relative;
	}
	.jytt_more {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.jytt_right_head {
		height: 120px;
		/* background-color: rgba(255, 0, 0, 0.1); */
		border-bottom: 1px dashed rgba(50, 50, 50, 0.7);
	}
	.jytt_right_head_title {
		font-size: 20px;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow-x: hidden;
		letter-spacing: 2px;
		font-weight: 600;
		color: #da3347;
		height: 40px;
	}
	.jytt_right_head_content {
		height: 70px;
		overflow: hidden;
		line-height: 1.5;
		text-indent: 2em;
	}
	.jytt_right_body {
		width: 450px;
		height: 320px;
		box-sizing: border-box;
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}
	.jytt_right_body div {
		width: 480px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 15px;
		box-sizing: border-box;
		position: relative;
	}
	.jytt_right_body div::before {
		content: "";
		width: 4px;
		height: 4px;
		background-color: rgba(50, 50, 50, 0.7);
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
	}
	.tbch {
		width: 1200px;
		margin-top: 40px;
		position: relative;
	}
	.tbch_title_bar {
		box-sizing: border-box;
		padding-left: 40px;
		width: 1200px;
		height: 66px;
		line-height: 66px;
		font-weight: bold;
		background-color: #eeeeee;
		color: #da3347;
		font-size: 24px;
		letter-spacing: 2px;
		position: relative;
	}
	.tbch_title_bar::before {
		width: 4px;
		height: 25px;
		background-color: #da3347;
		position: absolute;
		left: 25px;
		top: 50%;
		transform: translateY(-50%);
		content: "";
	}
	.tbch_title_bar div {
		position: absolute;
		right: 20px;
		top: 0;
		font-size: 16px;
		font-weight: 100;
		color: rgba(50, 50, 50, 0.7);
		letter-spacing: 0;
	}
	.tbch_swiper {
		margin: 50px;
		width: 1100px;
		height: 415px;
		overflow: hidden;
		position: relative;
	}
	.tbch_swiper img {
		width: 200px;
		height: 370px;
	}
	.tbch_swiper_title {
		width: 200px;
		text-align: center;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
		margin-top: -4px;
		background-color: #eeeeee;
	}
	.tbcc_swiper_prev {
		position: absolute;
		left: 10px;
		top: 50%;
		font-size: 40px;
		color: #da3347;
		transform: translateY(-50%) scaleY(2);
	}
	.tbcc_swiper_next {
		position: absolute;
		right: 10px;
		top: 50%;
		font-size: 40px;
		color: #da3347;
		transform: translateY(-50%) scaleY(2);
	}
	.xtfy {
		width: 1200px;
	}
	.xtfy_body {
		width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
	}
	.xtfy_box {
		width: 380px;
		height: 520px;
		background-color: #eeeeee;
		position: relative;
	}
	.xtfy_box_more {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.xtfy_box_title {
		width: 380px;
		height: 65px;
		line-height: 65px;
		background-color: #da3347;
		color: white;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
		font-size: 20px;
		position: relative;
		z-index: 3;
	}
	.xtfy_box_title::after {
		content: "";
		width: 0px;
		height: 0px;
		border: 30px solid;
		border-color: #da3347 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		position: absolute;
		left: 50%;
		transform: translateX(-50%) scaleX(0.5);
		bottom: -60px;
		z-index: 2;
	}
	.xtfy_box_content {
		z-index: 1;
		width: 330px;
		margin-top: 25px;
		margin-left: 25px;
		position: relative;
	}
	.xtfy_box_content img {
		width: 330px;
		height: 225px;
	}
	.xtfy_box_content_title {
		width: 330px;
		height: 40px;
		line-height: 40px;
		color: white;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		bottom: 3px;
		left: 0;
	}
	.xtfy_box_list {
		width: 330px;
		margin-left: 25px;
		margin-top: 25px;
		height: 150px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		color: #666666;
		font-size: 14px;
	}
	.xtfy_box_list div {
		width: 330px;
		position: relative;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.xtfy_box_list div::before {
		width: 4px;
		height: 4px;
		content: "";
		background-color: #666666;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
	}
	.title_bar {
		width: calc(100% - 20px);
		height: 70px;
		line-height: 70px;
		font-size: 20px;
		font-weight: bold;
		color: #da3347;
		box-sizing: border-box;
		padding: 0 10px;
		margin: 0 10px;
		position: relative;
		border-bottom: 1px solid #da3347;
		position: relative;
	}
	.title_bar::before {
		content: "";
		width: 4px;
		height: 20px;
		background-color: #da3347;
		position: absolute;
		left: -10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.title_bar div {
		position: absolute;
		right: 20px;
		top: 0;
		color: black;
		font-size: 16px;
		font-weight: 100;
	}

	._content {
		width: 1200px;
		/* height: 1000px; */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rmjj {
		margin-top: 30px;
		width: 790px;
		box-sizing: border-box;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.rmjj_content {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px 20px 20px;
	}
	.rmjj_box {
		margin-top: 20px;
		position: relative;
		width: 230px;
		height: 280px;
	}
	.rmjj_box div {
		position: absolute;
		width: 230px;
		height: 30px;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		text-align: center;
		line-height: 30px;
		left: 0;
		bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.rmjj_box img {
		width: 230px;
		height: 280px;
	}
	.tzgg {
		margin-top: 30px;
		width: 380px;
		box-sizing: border-box;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.tzgg_list {
		width: 380px;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-direction: column;
		height: 370px;
		background-color: rgba(0, green, blue, 0.3);
		font-size: 14px;
		color: #666666;
	}
	.tzgg_more {
		background-color: rgba(0, green, blue, 0.3);
		font-size: 14px;
		color: #666666;
		width: 380px;
		text-align: right;
		border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.tzgg_list div {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		box-sizing: border-box;
		padding-left: 10px;
		position: relative;
	}
	.tzgg_list div::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background-color: #666666;
		border-radius: 50%;
	}
	.this_ggw {
		width: 380px;
		height: 230px;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.this_ggw img {
		width: 340px;
		height: 100px;
		margin-bottom: 20px;
	}
	.dsyd {
		margin-top: 30px;
		width: 380px;
		box-sizing: border-box;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.dsyd_list {
		width: 380px;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		flex-direction: column;
		height: 300px;
		background-color: rgba(0, green, blue, 0.3);
		font-size: 14px;
		color: #666666;
	}
	.dsyd_list div {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		box-sizing: border-box;
		padding-left: 10px;
		position: relative;
	}
	.dsyd_list div::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		background-color: #666666;
		border-radius: 50%;
	}
	.hzdw {
		margin-top: 30px;
		width: 1200px;
	}
	.hzdw_title_bar {
		width: 1920px;
		margin-left: -360px;
		border-bottom: 1px solid #da3347;
		display: flex;
		align-self: center;
		justify-content: center;
	}
	.hzdw_title {
		width: 320px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		margin: 0 10px;
		background-color: #e5e5e5;
		color: #da3347;
	}
	.hzdw_active {
		background-color: #da3347;
		color: white;
	}

	.hzdw_body {
		width: 1200px;
		display: none;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 20px 0;
		font-size: 14px;
		color: #666666;
	}
	.content_active {
		display: flex;
	}
	.hzdw_body a {
		display: block;
		width: 170px;
		height: 40px;
		line-height: 40px;
	}
	._footer {
		width: 1920px;
		background-color: #da3347;
		height: 40px;
	}
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-10-13 17:00:34" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->